home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Interfaces / APW.Interfaces / AInclude / E16.List < prev    next >
Encoding:
Text File  |  1990-06-30  |  1002 b   |  42 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.List
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. cString GEQU $0001 ; null terminated string type
  9. LIST_STRG GEQU $0001 ; null terminated string type
  10. selectOnlyOne GEQU $0002 ; only one selection allowed
  11. LIST_SELECT GEQU $0002 ; single selection only
  12. memDisabled GEQU $40 ; Sets member flag to disabled
  13. memSelected GEQU $80 ; Sets member flag to selected
  14. ; offset constants for LColorTable
  15. olistFrameClr GEQU 0
  16. olistNorTextClr GEQU 2
  17. olistSelTextClr GEQU 4
  18. olistNorBackClr GEQU 6
  19. olistSelBackClr GEQU 8
  20. ; offset constants for MemRec
  21. omemPtr GEQU 0
  22. omemFlag GEQU 4
  23. ; Front of ListCtlRec matches CtlRec
  24. octlMemDraw GEQU 40
  25. octlMemHeight GEQU 44
  26. octlMemSize GEQU 46
  27. octlList GEQU 48
  28. octlListBar GEQU 52
  29. ; offset constants for ListRec
  30. olistRect GEQU 0
  31. olistSize GEQU 8
  32. olistView GEQU 10
  33. olistType GEQU 12
  34. olistStart GEQU 14
  35. olistCtl GEQU 16
  36. olistDraw GEQU 20
  37. olistMemHeight GEQU 24
  38. olistMemSize GEQU 26
  39. olistPointer GEQU 28
  40. olistRefCon GEQU 32
  41. olistScrollClr GEQU 36
  42.